www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\Model\ComponentLabels\可视化文章内容编辑器\editmode_label.asp

    <%'$start_ext_newDsoft 以下系统生成,勿删!
'$newDsoft_label_type$:asp_label$end_newDsoft_label_type$
'$newDsoft_label_name$:$editmode$-ComponentLabel-$$end_newDsoft_label_name$
'$newDsoft_label_sql$: $end_newDsoft_label_sql$
'$newDsoft_label_params$:width,编辑器宽度(例如500)|height,编辑器高度(例如400)$end_newDsoft_label_params$
'$newDsoft_label_fenye_num$: $end_newDsoft_label_fenye_num$
'$newDsoft_label_beizhu$:在修改页里的标签$end_newDsoft_label_beizhu$
'$newDsoft_is_sys_label$:0$end_newDsoft_is_sys_label$
'$newDsoft_other_params$:htmledxa:|htmledxb:$end_newDsoft_other_params$
'$end_ext_newDsoft%><textarea name="$post$myname$" id="$post$myname$" style="display:none"><%=replace(cstr($mylast$value$&""),"</textarea>","[$$$/$$$textarea]",1,-1,1)%></textarea>



<%if have_add_fceditor="" then
%>

<%="<script src=""../../../../ND_editor/FCKeditor2_5/FCKeditor.js""></script>"%>

<%end if%>



<script type="text/javascript">
<!--


var oFCKeditor = new FCKeditor('$post$myname$') ;
oFCKeditor.BasePath = '../../../../ND_editor/FCKeditor2_5/' ;
oFCKeditor.ToolbarSet = 'Default' ;
oFCKeditor.Width = '$xxvar$width' ;
oFCKeditor.Height = '$xxvar$height' ;
oFCKeditor.Value = '' ;
oFCKeditor.ReplaceTextarea() ;

//-->


</script>